home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmPM_501_EachWindow < prev    next >
Encoding:
Text File  |  1992-04-08  |  739 b   |  39 lines

  1. %case sourcefile%
  2.     %if rsrcID > 999%
  3.         %genfile window U+windname+.p%
  4.         %If lang = MPW%
  5.             %genfile window.inc U+windname+.inc.p%
  6.         %endif%
  7.     %endif%
  8. %case uses%
  9.     %if rsrcID > 999%
  10.         %if lang = Think%
  11.             U%windname%,        {}
  12.         %else%
  13.             U%windname%,
  14.         %endif%
  15.     %endif%
  16. %case dependency%
  17.     %if rsrcID > 999%
  18.         "{SrcApp}U%windname%.p" ∂
  19.     %endif%
  20. %case makeDepend%
  21.     %if rsrcID > 999%
  22.         "{ObjApp}U%windname%.p.o" ƒ    "{SrcApp}U%windname%.p" ∂
  23.                                     "{SrcApp}U%windname%.inc.p" ∂
  24.                                     "{SrcApp}ResourceDefs.p"
  25.     
  26.     %endif%
  27. %case buildOrder%
  28.     %if rsrcID > 999%
  29.         {    U%windname%.p%        %}
  30.     %endif%
  31. %case makeWindow%
  32.     %if rsrcID > 999%
  33.         aWindow := New%windname% (self);
  34.     %endif%
  35. %case linkFile%
  36.     %if rsrcID > 999%
  37.         "{ObjApp}U%windname%.p.o" ∂
  38.     %endif%
  39.